home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / vivid / getat2.dir / 00104_Script_104 < prev    next >
Text File  |  1996-11-09  |  287b  |  14 lines

  1. on exitFrame
  2.   global quit
  3.   set quit=0
  4.   global utente_name,not_reset_book
  5.   set not_reset_book=0
  6.   set the puppet of sprite 47 to true
  7.   
  8.   set the text of cast 129 to utente_name
  9.   repeat with Loop = 1 to 47
  10.     set  the puppet of sprite Loop to TRUE
  11.   end repeat
  12.   
  13.  
  14. end